home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 924 b | 57 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWODMisc.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWODMISC_H
- #define FWODMISC_H
-
- #ifndef FWACQUIR_H
- #include "FWAcquir.h"
- #endif
-
- #ifndef FWBARRAY
- #include "FWBArray.h"
- #endif
-
- #ifndef FWODGEOM_H
- #include "FWODGeom.h"
- #endif
-
- #ifndef FWPOINT_H
- #include "FWPoint.h"
- #endif
-
- #ifndef FWRECT_H
- #include "FWRect.h"
- #endif
-
- #ifndef FWFXMATH_H
- #include "FWFxMath.h"
- #endif
-
- #ifndef FWSUSINK_H
- #include "FWSUSink.h"
- #endif
-
- #ifndef FWSUUTIL_H
- #include "FWSUUtil.h"
- #endif
-
- #ifndef SLPTRECT_H
- #include "SLPtRect.h"
- #endif
-
- #if FW_PRECOMPILE_PRIVATE_HEADERS
-
- #ifndef PRODGEOM_H
- #include "PRODGeom.h"
- #endif
-
- #endif // FW_PRECOMPILE_PRIVATE_HEADERS
-
- #endif